home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 May / may_2001.iso / intercd / root / Multimedia / ^DivX_Article / DivX / DS4048src / divxuid.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-01  |  2.3 KB  |  58 lines

  1. /**************************************************************************
  2.  *                                                                        *
  3.  * This code has been developed by Andrea Graziani. Those intending to    *
  4.  * use this software module in hardware or software products are advised  *
  5.  * that its use may infringe existing patents or copyrights, and any such * 
  6.  * use would be at such party's own risk. The original developer of this  *
  7.  * software module and his/her company, and subsequent editors and their  *
  8.  * companies (including Project Mayo), will have no liability for use of  *
  9.  * this software or modifications or derivatives thereof.                 *
  10.  *                                                                        *
  11.  * Project Mayo gives users of the Codec and Filter a license to this     *
  12.  * software  module or modifications thereof for use in hardware or       *
  13.  * software products claiming conformance to the MPEG-4 Video Standard    *
  14.  * as described in the Open DivX license.                                 *
  15.  *                                                                        *
  16.  * The complete Open DivX license can be found at                         *
  17.  * http://www.projectmayo.com/opendivx/license.php                        *
  18.  *                                                                        *
  19.  **************************************************************************/
  20. /**
  21. *  Copyright (C) 2001 - Project Mayo
  22.  *
  23.  * Andrea Graziani
  24.  *
  25.  * DivX Advanced Research Center <darc@projectmayo.com>
  26. *
  27. **/
  28. // divxuid.h //
  29.  
  30. //
  31. // divx deux filter object
  32. //
  33.  
  34. #ifndef _DIVXUID_H_
  35. #define _DIVXUID_H_
  36.  
  37. // divx
  38. DEFINE_GUID(CLSID_DivX, 
  39. 0x78766964, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
  40.  
  41. // DIVX
  42. DEFINE_GUID(CLSID_DivX_U, 
  43. 0x58564944, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
  44.  
  45. // dvx1
  46. DEFINE_GUID(CLSID_DivX_, 
  47. 0x31787664, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
  48.  
  49. // DVX1
  50. DEFINE_GUID(CLSID_DivX__U, 
  51. 0x31585644, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
  52.  
  53. // {310e42a0-f913-11d4-887c-006008dc5c26}
  54. DEFINE_GUID(CLSID_DivXPropertiesPage, 
  55. 0x310e42a0, 0xf913, 0x11d4, 0x88, 0x7c, 0x00, 0x60, 0x08, 0xdc, 0x5c, 0x26);
  56.  
  57. #endif // _DIVXUID_H_
  58.